home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13708 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  920 b 

  1. Path: kuhub.cc.ukans.edu!nntp
  2. Newsgroups: comp.lang.c++
  3. Subject: Memory and Borland C++ ... Urgent
  4. Message-ID: <1996Mar26.184644.116670@kuhub.cc.ukans.edu>
  5. From: Unknown@Unknown.cc.com (Mystery)
  6. Date: Wed, 27 Mar 1996 00:46:42 GMT
  7. Nntp-Posting-Host: kuts6p11.cc.ukans.edu
  8. X-Newsreader: Forte Agent .99.82
  9.  
  10.     Hi, I need some advice... I have to do a project for a class here.
  11. And need to find the effectiveness of different sorting algorithms.
  12. Have to find the total number of compares and switches in the
  13. different algorithms.  I have to do this for 10, 50, 100, 1000, 2500,
  14. 5000, and 10000 size arrays.  These arrays are integer arrays of
  15. random numbers that I need to sort.  I am okay up to 1000 and then
  16. when I try to do above that I am getting errors.  Anyone know of a way
  17. to get around this stupid limit.   As I don't want to have to get on
  18. the schools *slow* unix machines to run these sorts.
  19.  
  20. Thanks
  21.  
  22. Jim Wilson
  23.  
  24.